csd: Fix non-resizable windows
authorMatthias Clasen <mclasen@redhat.com>
Wed, 11 Jun 2014 03:58:27 +0000 (23:58 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 11 Jun 2014 04:04:04 +0000 (00:04 -0400)
commit2d05bf1492c6448df98ecf04c913a33df665ca34
treea031c9a64e6fe452e928d0347d278938f58fe306
parenta4b0d35649d249427f7deb801dd49f3fdc0ff83f
csd: Fix non-resizable windows

For csd override-redirect windows, we don't set up resize handles,
but we were not ignoring the margin in all places, causing some
size calculations to go wrong.
gtk/gtkwindow.c